home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / docs / help / arexxbegin.lha / ARexx_For_Beginners / Articles_01-10 / Example6-1.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-12-14  |  83 b   |  6 lines

  1. /* Example6-1.rexx */
  2.  
  3. DO Len = 1 to 20
  4.    SAY CENTRE(' Test String ',Len,'*')
  5. END
  6.